home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / utility / ffe101.zip / MOD.SWG / 0009_FSM.pas < prev    next >
Pascal/Delphi Source File  |  1996-09-04  |  2KB  |  36 lines

  1. --------S-FSM-------------------------------
  2.  
  3. The  .FSM  files are samples to be  used for module style music with the
  4. Fandarole  Composer.  Currently  only samples of  up  to  64K length are
  5. supported, altough the header reserves a dword for the sample size.
  6.  
  7. OFFSET              Count TYPE   Description
  8. 0000h                   4 char   ID='FSM',254
  9. 0004h                  32 char   ASCII name of sample
  10. 0024h                   3 char   ID=10,13,26
  11. 0027h                   1 dword  Length of sample (<=64K)
  12. 0028h                   1 byte   Fine tune value for sample
  13.                                  (currently unsupported)
  14. 0029h                   1 byte   Sample volume
  15.                                  (currently unsupported)
  16. 002Ah                   1 dword  Start of sample loop
  17. 002Dh                   1 dword  End of sample loop. If the sample is not set
  18.                                  to loop (see below) this should be set to the
  19.                                  end of the sample.
  20. 0032h                   1 byte   Sample type, bitmapped
  21.                                    0 - 8-bit/16-bit sample
  22.                                  1-7 - reserved
  23. 0033h                   1 byte   Loop mode, ?bit mapped?
  24.                                  0-2 - reserved
  25.                                    3 - loop off/loop on
  26.                                  4-7 - reserved
  27. 0034h                   ? byte   Sample data in signed format
  28.  
  29. EXTENSION:FSM
  30. OCCURENCES:PC
  31. PROGRAMS:Fandarole Composer
  32. REFERENCE:
  33. SEE ALSO:FAR,USM
  34. VALIDATION:
  35.  
  36.